home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / UHMath / UHMathPalette.palette / UHMathPalette.nib / data.classes next >
Encoding:
Text File  |  1992-08-12  |  435 b   |  33 lines

  1. UHMathPalette = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     UHMathData;
  6.     UHMathView;
  7.     };
  8.     SUPERCLASS = IBPalette;
  9. };
  10. UHMath = {
  11.     ACTIONS = {
  12.     evaluateExpressionFrom:;
  13.     plotExpressionFrom:;
  14.     };
  15.     OUTLETS = {
  16.     resultPSView;
  17.     resultText;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. FirstResponder = {
  22.     ACTIONS = {
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. PSView = {
  27.     ACTIONS = {
  28.     };
  29.     OUTLETS = {
  30.     };
  31.     SUPERCLASS = View;
  32. };
  33.